home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 Christmas / macformat-045.iso / Demos / Grolier Demos / Circus / DEMO_US.EXE / DEMO_US.DXR / 00026.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  165 b   |  15 lines

  1. on mouseDown
  2.   quit()
  3. end
  4.  
  5. on exitFrame
  6.   global myVolume
  7.   GetDisk()
  8.   puppetTempo(1)
  9.   if myVolume = EMPTY then
  10.     go(the frame)
  11.   else
  12.     Launch()
  13.   end if
  14. end
  15.